home *** CD-ROM | disk | FTP | other *** search
/ DOKAN 14 / DOKAN14.iso / Progs / ADAM-Boletin de noticias-may99.EXE / 0 / RCDATA / TMAINFORM / TMAINFORM.txt
Text File  |  1999-05-07  |  1KB  |  62 lines

  1. object MainForm: TMainForm
  2.   Left = 23
  3.   Top = 117
  4.   HorzScrollBar.Visible = False
  5.   VertScrollBar.Visible = False
  6.   AutoScroll = False
  7.   Caption = ' '
  8.   ClientHeight = 233
  9.   ClientWidth = 270
  10.   Font.Color = clWindowText
  11.   Font.Height = -12
  12.   Font.Name = 'Arial'
  13.   Font.Style = []
  14.   Scaled = False
  15.   OnClose = FormClose
  16.   OnCloseQuery = FormCloseQuery
  17.   OnCreate = FormCreate
  18.   OnDestroy = FormDestroy
  19.   OnPaint = FormPaint
  20.   PixelsPerInch = 96
  21.   TextHeight = 15
  22.   object PageSurface: TNeoBookPaintBox
  23.     Left = 8
  24.     Top = 8
  25.     Width = 73
  26.     Height = 69
  27.     Color = clWhite
  28.     ParentColor = False
  29.     OnPaint = PageSurfacePaint
  30.   end
  31.   object WorkArea: TNeoBookPaintBox
  32.     Left = 0
  33.     Top = 0
  34.     Width = 270
  35.     Height = 233
  36.     Align = alClient
  37.     Color = clWhite
  38.     ParentColor = False
  39.     OnMouseDown = WorkAreaMouseDown
  40.     OnMouseMove = WorkAreaMouseMove
  41.     OnMouseUp = WorkAreaMouseUp
  42.     OnPaint = WorkAreaPaint
  43.   end
  44.   object EditField: TNeoBookEdit
  45.     Left = 12
  46.     Top = 88
  47.     Width = 121
  48.     Height = 25
  49.     Visible = False
  50.   end
  51.   object Timer: TTimer
  52.     Enabled = False
  53.     OnTimer = TimerTimer
  54.     Left = 16
  55.     Top = 128
  56.   end
  57.   object RunMenu: TPopupMenu
  58.     Left = 68
  59.     Top = 128
  60.   end
  61. end
  62.